home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / CAD.adf / HD-Install < prev    next >
AmigaDOS Script File  |  1992-07-23  |  2KB  |  71 lines

  1. .key Ziel/A
  2.  
  3. echo "*n*nInstalliere MaxonCAD2 ...*n*n"
  4. assign tmpCAD: <Ziel>
  5. echo ""
  6.  
  7. makedir tmpCAD:MaxonCAD2
  8. copy CAD:Max#? to tmpCAD:MaxonCAD2        ; Hauptprogramm
  9. copy CAD:inh#? to tmpCAD:MaxonCAD2        ; Inhalt
  10. copy CAD:neu#? to tmpCAD:MaxonCAD2        ; Neuheiten
  11. copy CAD:ass#? to tmpCAD:MaxonCAD2        ; Assign
  12. copy CAD:sho#? to tmpCAD:MaxonCAD2        ; Shortcuts
  13. copy CAD:imd#? to tmpCAD:MaxonCAD2        ; Imdata
  14. copy CAD:hat#? to tmpCAD:MaxonCAD2        ; Hatchpatterns
  15.  
  16. makedir tmpCAD:MaxonCAD2/cadfonts              ; MaxonCAD-Fonts
  17. copy CAD:cadfonts/#? to tmpCAD:MaxonCAD2/cadfonts
  18.  
  19.  
  20. echo "*n*nBitte legen Sie die zweite Diskette ein ...*n*n"
  21.  
  22. makedir tmpCAD:MaxonCAD2/Beispiele
  23. copy CAD-EXTRAS:Beispiele/#? to tmpCAD:MaxonCAD2/Beispiele
  24.  
  25. makedir tmpCAD:MaxonCAD2/Rahmen
  26. copy CAD-EXTRAS:Rahmen/#? to tmpCAD:MaxonCAD2/Rahmen
  27.  
  28. makedir tmpCAD:MaxonCAD2/Tablett-Treiber
  29. copy CAD-EXTRAS:Tablett-Treiber/#? to tmpCAD:MaxonCAD2/Tablett-Treiber
  30.  
  31. makedir tmpCAD:MaxonCAD2/BIB
  32. copy CAD-EXTRAS:BIB/#? to tmpCAD:MaxonCAD2/BIB
  33.  
  34. makedir tmpCAD:MaxonCAD2/NOR
  35. copy CAD-EXTRAS:NOR/#? to tmpCAD:MaxonCAD2/NOR
  36.  
  37.  
  38. copy CAD-EXTRAS:Info-Dateien/MaxonCAD2.i to tmpCAD:MaxonCAD2.info
  39.                                                             ; Ordner-Ikon
  40. copy CAD-EXTRAS:Info-Dateien/#?.info to tmpCAD:MaxonCAD2    ; restliche Ikonen
  41.  
  42.  
  43. if not exists tmpCAD:c
  44.    makedir tmpCAD:c
  45. else
  46.    if not exists tmpCAD:c/iconx                 ; iconx
  47.       copy CAD:c/iconx to tmpCAD:c
  48.    endif
  49.    if not exists tmpCAD:c/muchmore              ; muchmore
  50.       copy CAD:c/muchmore to tmpCAD:c
  51.    endif
  52. endif
  53.  
  54.  
  55. assign cadfonts: tmpCAD:MaxonCAD2/cadfonts
  56. assign bib: tmpCAD:MaxonCAD2/BIB
  57. assign nor: tmpCAD:MaxonCAD2/NOR
  58.  
  59.  
  60. echo "*nMaxonCAD2 auf der Festplatte installiert"
  61. echo "*nFügen Sie folgende Zeile in Ihre Startup-Sequenz ein:"
  62. echo "assign cadfonts: <Verzeichnispfad>/MaxonCAD2/cadfonts" 
  63. echo "*nz.B. assign cadfonts: SYS:MaxonCAD2/cadfonts"
  64. echo "*nund gegebenenfalls noch die Zeilen:"
  65. echo "assign BIB: <Verzeichnispfad>/MaxonCAD2/BIB"
  66. echo "assign NOR: <Verzeichnispfad>/MaxonCAD2/NOR"
  67.  
  68. wait 5 SECS
  69.  
  70.  
  71.